home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / snoback.arc / SNOREST.DOC < prev   
Encoding:
Text File  |  1985-02-21  |  3.0 KB  |  112 lines

  1.                 SNOREST COMMAND
  2.  
  3. Purpose:Restores all files from a number of 
  4.     floppy disks to a hard disk or restores a 
  5.     RAM disk (such as VDISK) from a file on 
  6.     hard disk or floppy disk.
  7.  
  8. Format:    [d:][path]SNOREST d: d: [/S][/Q]
  9.  
  10. Type:    External
  11.  
  12. Remarks:Specify the parameters:
  13.     
  14.     [d:][path] before SNOREST to specify the 
  15.     drive and path that contains the SNOREST 
  16.     command file.
  17.     
  18.     d: to specify the drive which contains 
  19.     the information stored by SNOBACK which 
  20.     you wish to restore (source). If the /S 
  21.     switch is used, this parameter specifies 
  22.     the lower of two drives to be used for 
  23.     the source.
  24.     
  25.     d: to specify the drive that will receive 
  26.     the information to be restored 
  27.     (destination).  ALL INFORMATION WHICH IS 
  28.     PRESENTLY STORED ON THIS DRIVE WILL BE 
  29.     ERASED!
  30.     
  31.     /S to cause the source drive to be 
  32.     swapped between the drive specified above 
  33.     and the next higher drive.  This allows 
  34.     you to place a disk in the unused drive 
  35.     while the routine is reading information 
  36.     from the other drive.  This switch also 
  37.     allows you to answer the "mount" prompt 
  38.     before it is given (type-ahead).
  39.     
  40.  
  41.  
  42.  
  43.  
  44.  
  45.            SNOREST COMMAND (page 2)
  46.  
  47.     /Q to cause all prompts which require 
  48.     your response to be bypassed (quiet).  
  49.     This allows the SNOREST command to be 
  50.     placed in a batch file for automatic 
  51.     restoration of RAM disks.
  52.  
  53. Notes:    SNOREST restores up all used allocation 
  54.     units from the source disk.  All files in 
  55.     all directories of the disk will be 
  56.     restored.  No individual files may be 
  57.     named, since SNOREST obtains its speed by 
  58.     not accessing each directory seperately.
  59.     
  60.     SNOREST will read the file on the source 
  61.     disk called SBACKUP.###, where ### is the 
  62.     number (beginning with 001) of the disk.  
  63.     If a disk with the wrong numbered file is 
  64.     mounted, an error message will be given.
  65.     
  66.     If you are restoring a RAM disk, the 
  67.     source may of course be a hard disk. In 
  68.     this case, the SBACKUP.### file in the 
  69.     current directory of the hard disk will 
  70.     be used.
  71.     
  72.     The backup copy of the disk includes 
  73.     information used by DOS to indicate the 
  74.     size and formatting parameters of the 
  75.     disk.  This means that when restoring the 
  76.     information, care must be taken to insure 
  77.     that the disk to receive the restored 
  78.     copy MUST be formatted exactly as it was 
  79.     when SNOBACK was used to backup the 
  80.     information.  Also, the partition size of 
  81.     a hard disk (as created by FDISK) must be 
  82.     the same.
  83.     
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.            SNOREST COMMAND (page 3)
  91.  
  92. Example:The following example restores all files 
  93.     from the floppy disks in drive A to the 
  94.     fixed disk in drive C:
  95.     
  96.     A>snorest a: c:
  97.     
  98.     If your system had two diskette drives, 
  99.     you would use the following command:
  100.     
  101.     A>snorest a: c:/s
  102.     
  103.     The following example restores all files 
  104.     to a RAM disk configured as drive D from 
  105.     the file SBACKUP.001 on the current 
  106.     directory of the fixed disk in drive C.  
  107.     The /q switch is used to suppress the 
  108.     mount messages:
  109.     
  110.     A>snorest c: d:/q
  111.     
  112.